home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 115
/
FreelogNo115-MaiJuin2013.iso
/
Internet
/
AvantBrowser
/
asetup.exe
/
_data
/
webkit
/
resources.pak
/
Unnamed File 000300.txt
< prev
next >
Wrap
Text File
|
2013-04-03
|
3KB
|
100 lines
<!DOCTYPE html>
<!--
Copyright (c) 2011 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html i18n-values="dir:textdirection;">
<title>Quota Internals</title>
<style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
th,
td {
padding-left: 0.5em;
padding-right: 0.5em;
text-align: center;
}
#tree-view-container {
float: left;
min-width: 15em;
width: 20%;
}
tr:nth-child(odd) {
background: rgb(238, 238, 255);
}
.tree-item:not([may-have-children]) > .tree-row > .tree-label {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAwUlEQVQ4y8WRMQ6CQBRE/7KNnQmJV9DY4R0UYu9VqNVT2NDY4j28hYdgGxLYBecTjGuygIYQf/K6mZfJrlfXNY3Bo/aEEBtw6GEPVoCzr9pbgFvCeOtCKXWNomiH3NrqfAhmWZaRC5RJSrlI0/QchuHWltgCWZYluSiKgvI85+k+JCde6xKQMaYTrXUjgdBHdO4UVFXVC4t4Ea/9eYENf9pYAU0j4If6hukW/F3wCIIgBscBYs66BHeQgMsASZtt7gmhI6H28d/+PAAAAABJRU5ErkJggg==');
}
</style>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/i18n_template.js"></script>
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
<link rel="stylesheet" href="chrome://resources/css/tree.css">
<script src="chrome://resources/js/cr/ui.js"></script>
<script src="chrome://resources/js/cr/ui/tabs.js"></script>
<script src="chrome://resources/js/cr/ui/tree.js"></script>
<script src="chrome://resources/css/tree.css.js"></script>
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
<script src="chrome://quota-internals/message_dispatcher.js"></script>
<script src="chrome://quota-internals/event_handler.js"></script>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<tabbox>
<tabs>
<tab>Summary</tab>
<tab>Usage & Quota</tab>
<tab>Data</tab>
</tabs>
<tabpanels>
<tabpanel>
<!-- Summary -->
<h2>Summary</h2>
<table>
<tbody>
<tr>
<td>Free disk space for the profile directory.</td>
<td id="diskspace-entry">N/A</td>
</tr>
</tbody>
</table>
<h2>Misc Statistics</h2>
<table>
<tbody id="stat-entries" class="entries"></tbody>
</table>
</tabpanel>
<tabpanel>
<!-- Usage and Quota -->
<h2>Usage and Quota Database Browser</h2>
<div id="tree-view-container">
<button id="refresh-button">Refresh</button>
<tree id="tree-view"></tree>
</div>
<table>
<thead></thead>
<tbody id="tree-item-description"></tbody>
</table>
</tabpanel>
<tabpanel>
<!-- Data -->
<button id="dump-button">Dump</button>
<pre id="dump-field"></pre>
</tabpanel>
</tabpanels>
</tabbox>
</body>
</html>